home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / System / Goodies / CDiagnosticChore.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-11-02  |  300 b   |  10 lines  |  [TEXT/KAHL]

  1. /*    CDiagnosticChore - a periodic CChore for refreshing diagnostic windows.
  2.                        This avoids any clashes of drawing environment caused by
  3.                        trying to update several windows at once. */
  4.  
  5. #define _H_CDiagnosticChore
  6.  
  7. struct CDiagnosticChore: CChore {
  8.     OVERRIDE    void    Perform(long *maxSleep);
  9. };
  10.